home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970929-19971216 / 000039_news@newsmaster….columbia.edu _Fri Oct 3 11:06:46 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA00769
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 3 Oct 1997 11:06:46 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA12119
  7.     for kermit.misc@watsun; Fri, 3 Oct 1997 11:06:45 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Font size in K95
  12. Date: 3 Oct 1997 15:06:42 GMT
  13. Organization: Columbia University
  14. Lines: 31
  15. Message-ID: <6131m2$c71$1@apakabar.cc.columbia.edu>
  16. References: <3433296f.46395615@nntpserver.swip.net> <610kn6$8t2$1@apakabar.cc.columbia.edu> <343472cc.62539584@nntpserver.swip.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7806
  19.  
  20. In article <343472cc.62539584@nntpserver.swip.net>,
  21. G∩┐╜ran Nyberg <sosiha@swipnet.se> wrote:
  22. : On 2 Oct 1997 17:13:10 GMT, fdc@watsun.cc.columbia.edu (Frank da Cruz)
  23. : wrote:
  24. : >In article <3433296f.46395615@nntpserver.swip.net>,
  25. : >G∩┐╜ran Nyberg <sosiha@swipnet.se> wrote:
  26. : >: I am using K95 (1.1.14) on Windows 95. When using K95Dial to make a
  27. : >: connection I want my window to use the same font size at all
  28. : >: connections. Now I have to change font size from Auto to what I want,
  29. : >: every time. How can I get K95Dial to use my preference of fontsize?
  30. : >:
  31. : >It's explained in the READ.ME file.  We hope to have a more convenient
  32. : >mechanism in a future release.
  33. : >
  34. : In the READ.ME it's explain how to handle it  when starting K95.EXE
  35. : directly, but I want to use my font size when K95.EXE is started by
  36. : K95DIAL.EXE
  37. :
  38. Window 95 tries its very best to pretend that console applications do not
  39. exist, and to make their existence as difficult as possible.  We will,
  40. of course, eventually remedy this by issuing a full GUI version (yes, we
  41. are STILL working on it).
  42.  
  43. You can force ALL console applications to use a particular font and size by
  44. changing the properties of C:\WINDOWS\DOSPRMPT.PIF, but as far as we can
  45. determine, there is no way to do this for any particular console application
  46. regardless of how it is started.  And of course, Windows 95 does not allow
  47. the application itself to pick a font or window size, nor to exercise any
  48. form of control over the window at all.
  49.  
  50. - Frank